projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d7610
)
exynos5: Enable data cache
author
Simon Glass
<
[email protected]
>
Wed, 8 Oct 2014 04:01:39 +0000
(22:01 -0600)
committer
Minkyu Kang
<
[email protected]
>
Wed, 8 Oct 2014 08:25:46 +0000
(17:25 +0900)
Things run faster when the data cache is enabled, so turn it on along with
the 'dcache' command.
Signed-off-by: Simon Glass <
[email protected]
>
Tested-by: Ajay Kumar <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
include/configs/exynos5-dt.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos5-dt.h
b/include/configs/exynos5-dt.h
index 1dc30025237225706e5118bae2e7df2dd933ba34..68f3a41cc1624881d492f95072229b102b56f7ec 100644
(file)
--- a/
include/configs/exynos5-dt.h
+++ b/
include/configs/exynos5-dt.h
@@
-33,8
+33,8
@@
#define CONFIG_TRACE_EARLY_ADDR 0x50000000
/* Keep L2 Cache Disabled */
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_SYS_CACHELINE_SIZE 64
+#define CONFIG_CMD_CACHE
/* Enable ACE acceleration for SHA1 and SHA256 */
#define CONFIG_EXYNOS_ACE_SHA